UnverifiedIssuanceFrom

fun interface UnverifiedIssuanceFrom<out JWT>(source)

Inheritors

Functions

Link copied to clipboard
abstract fun unverifiedIssuanceFrom(unverifiedSdJwt: String): Result<SdJwt<JWT>>

A method for obtaining an SdJwt given an unverifiedSdJwt, without checking the signature of the issuer.